Olly Betts [Fri, 24 Feb 2023 00:23:10 +0000 (19:23 -0500)]
Suppress error about mismatching C++ ABI version
Forwarded: no
Last-Update: 2022-07-18
In practice, the differences between recent ABI versions don't seem to be
incompatible since they apparently only affect obscure corner cases. So
suppress this error so we don't have to rebuild the entire wx world in one
go.
* Fix drawing of icons for non-root wxTreeCtrl items. This
effectively updates the package to v3.2.2.1 as that was the only
change in that hotfix release.